github.com/golang/protobuf/proto.textParser.unmarshalValue (method)

3 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L159: 		if v, err = p.unmarshalValue(v, fd); err != nil {
		text_decode.go#L250: 	v, err = p.unmarshalValue(v, fd)
		text_decode.go#L258: func (p *textParser) unmarshalValue(v protoreflect.Value, fd protoreflect.FieldDescriptor) (protoreflect.Value, error) {